home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / modem / tlxtw202.zip / EXITTELX.SLT < prev    next >
Text File  |  1994-05-05  |  131b  |  8 lines

  1. // exittelx.slt
  2. // exits telix FAST!
  3. main() {
  4.     if (capture_stat() > 0)
  5.         capture("*close*");
  6.     exittelix(0,0);
  7. }
  8.